We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e0448 commit 08267a9Copy full SHA for 08267a9
.travis.yml
@@ -14,12 +14,7 @@ before_install:
14
- git config --global user.name "Travis User"
15
- git config --global user.email "[email protected]"
16
script:
17
- - julia -e 'versioninfo(); Pkg.init();'
18
- - julia -e 'Pkg.add("DataFrames")'
19
- - julia -e 'Pkg.add("DataArrays")'
20
- - julia -e 'Pkg.add("BinDeps")'
21
- - mkdir -p ~/.julia/SQLite
22
- - cp -R ./* ~/.julia/SQLite/
23
- - cd ~/.julia/SQLite/
+ - julia -e 'Pkg.init(); Pkg.clone(pwd());'
+ - julia -e 'Pkg.add("DataFrames"); Pkg.add("DataArrays"); Pkg.add("BinDeps")'
24
- julia -e 'Pkg.build("SQLite")'
25
- - julia test/test.jl
+ - julia test/test.jl
0 commit comments