Skip to content

Commit

Permalink
Disable inline
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed Dec 21, 2018
1 parent 6adb9fc commit 011141b
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 @@ notifications:

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'VERSION < v"0.7.0-DEV.5183" || using Pkg; Pkg.clone(pwd()); Pkg.build("FlatArrays"); Pkg.test("FlatArrays"; coverage=true)'
- julia --inline=no --check-bounds=yes -e 'VERSION < v"0.7.0-DEV.5183" || using Pkg; Pkg.clone(pwd()); Pkg.build("FlatArrays"); Pkg.test("FlatArrays"; coverage=true)'

after_success:
# push coverage results to Coveralls
Expand Down

0 comments on commit 011141b

Please sign in to comment.