Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f08e244

Browse files
committed
Experimental version of .travis.yml (2)
1 parent 8fd062a commit f08e244

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
## check development version of gamboostLSS
22
## see http://docs.travis-ci.com/user/languages/r/
33

4-
## Test multiple directories (see https://lord.io/blog/2014/travis-multiple-subdirs/)
4+
## test multiple directories
5+
## (see https://lord.io/blog/2014/travis-multiple-subdirs/)
56
env:
67
- TEST_DIR=patch/
78
- TEST_DIR=pkg/
89

910
language: r
1011
sudo: required
1112

13+
## change directory before installation
14+
## as packages are not available elsewise
15+
before_install:
16+
- cd $TEST_DIR
17+
1218
install:
1319
- sudo apt-get install texlive-science
1420

15-
before_script:
16-
- cd $TEST_DIR
17-
1821
r_github_packages:
1922
- hofnerb/mboost/pkg/mboostPatch
2023
- hofnerb/stabs

0 commit comments

Comments
 (0)