Skip to content

Commit

Permalink
Correct syntax error in Travis Julia code
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Aug 11, 2018
1 parent 9f5d9c3 commit 8b772ee
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 @@ -12,7 +12,7 @@ notifications:
script:
- if [ -a .git/shallow ]; then git fetch --unshallow; fi
- |
julia -e 'if VERSION >= v"0.7.0-DEV.3630" then
julia -e 'if VERSION >= v"0.7.0-DEV.3630"
Pkg.add("OldPkg")
using Pkg
end
Expand Down

0 comments on commit 8b772ee

Please sign in to comment.