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 751898b commit 39ff654Copy full SHA for 39ff654
.travis.yml
@@ -17,6 +17,7 @@ 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/
REQUIRE
@@ -1,3 +1,4 @@
1
julia 0.2-
2
DataFrames
3
DataArrays
4
+BinDeps
0 commit comments