Skip to content

Commit 08267a9

Browse files
committed
Update travis to a 0.3 friendly style, I think
1 parent 45e0448 commit 08267a9

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ before_install:
1414
- git config --global user.name "Travis User"
1515
- git config --global user.email "[email protected]"
1616
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/
17+
- julia -e 'Pkg.init(); Pkg.clone(pwd());'
18+
- julia -e 'Pkg.add("DataFrames"); Pkg.add("DataArrays"); Pkg.add("BinDeps")'
2419
- julia -e 'Pkg.build("SQLite")'
25-
- julia test/test.jl
20+
- julia test/test.jl

0 commit comments

Comments
 (0)