Skip to content

Commit

Permalink
added testing back into Travis testing?
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lawrence Miller committed Sep 27, 2014
1 parent 3339f28 commit b75b2c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
language: c

before_install:
# - cd mrds
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
- chmod 755 ./travis-tool.sh
- ./travis-tool.sh bootstrap
# replace the .Rbuildignore, so tests actually run
- rm .Rbuildignore
- echo '^travis-tool\.sh$' >>.Rbuildignore
install:
- ./travis-tool.sh install_deps
script: ./travis-tool.sh run_tests
Expand Down

0 comments on commit b75b2c6

Please sign in to comment.