Skip to content

Commit

Permalink
s/precompile/precompiled/
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Aug 22, 2016
1 parent c417914 commit dbee284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dependencies:

test:
override:
- /tmp/julia/bin/julia --precompile=no -e 'true'
- /tmp/julia/bin/julia-debug --precompile=no -e 'true'
- /tmp/julia/bin/julia --precompiled=no -e 'true'
- /tmp/julia/bin/julia-debug --precompiled=no -e 'true'
- /tmp/julia/bin/julia -e 'versioninfo()'
- cd $TEST_DIR && bash ~/julia/contrib/circle_balanceload.sh:
parallel: true
Expand Down

0 comments on commit dbee284

Please sign in to comment.