Skip to content

Commit

Permalink
Tweak Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Mar 6, 2017
1 parent 338239a commit 92b2b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ julia:
- nightly

script:
- travis_wait 30 julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("ValidatedNumerics"); Pkg.test("ValidatedNumerics", coverage=true)'
- travis_wait 30 julia -e 'Pkg.clone(pwd()); Pkg.build(\"ValidatedNumerics\"); Pkg.test(\"ValidatedNumerics\", coverage=true)'


matrix:
Expand Down

0 comments on commit 92b2b49

Please sign in to comment.