Skip to content

Commit

Permalink
Added NOT_CRAN environment variable to instruct Travis to run on test…
Browse files Browse the repository at this point in the history
…that tests, especially those tests marked skip_on_cran() #43
  • Loading branch information
andrie committed Dec 14, 2014
1 parent 0f0c3fd commit b8f5c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ before_install:
- chmod 755 ./travis-tool.sh
- ./travis-tool.sh bootstrap

env: NOT_CRAN="true"

install:
- ./travis-tool.sh install_deps

Expand Down

0 comments on commit b8f5c1d

Please sign in to comment.