Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
7429b75
1
Parent(s):
b463028
Pre-compile packages inside travis
Browse files- .travis.yml +1 -1
.travis.yml
CHANGED
@@ -16,5 +16,5 @@ before_script:
|
|
16 |
- export PATH=$HOME/.local/bin:$PATH
|
17 |
|
18 |
script:
|
19 |
-
- julia --color=yes -e '
|
20 |
- ./test/travis.sh
|
|
|
16 |
- export PATH=$HOME/.local/bin:$PATH
|
17 |
|
18 |
script:
|
19 |
+
- julia --color=yes -e 'using Pkg; pkg"add Optim; add SpecialFunctions; precompile;"'
|
20 |
- ./test/travis.sh
|