Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
snoweye committed Feb 2, 2018
1 parent 0ac2bb4 commit 3b5080e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: r

r:
- devel
# - devel
- release

env:
global:
Expand All @@ -25,7 +26,8 @@ before_install:
install:
- ./travis-tool.sh install_deps

script: ./travis-tool.sh run_tests
script:
- ./travis-tool.sh run_tests

after_failure:
- ./travis-tool.sh dump_logs
Expand Down

0 comments on commit 3b5080e

Please sign in to comment.