Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd062a commit f08e244Copy full SHA for f08e244
1 file changed
.travis.yml
@@ -1,20 +1,23 @@
1
## check development version of gamboostLSS
2
## see http://docs.travis-ci.com/user/languages/r/
3
4
-## Test multiple directories (see https://lord.io/blog/2014/travis-multiple-subdirs/)
+## test multiple directories
5
+## (see https://lord.io/blog/2014/travis-multiple-subdirs/)
6
env:
7
- TEST_DIR=patch/
8
- TEST_DIR=pkg/
9
10
language: r
11
sudo: required
12
13
+## change directory before installation
14
+## as packages are not available elsewise
15
+before_install:
16
+ - cd $TEST_DIR
17
+
18
install:
19
- sudo apt-get install texlive-science
20
-before_script:
- - cd $TEST_DIR
-
21
r_github_packages:
22
- hofnerb/mboost/pkg/mboostPatch
23
- hofnerb/stabs
0 commit comments