Skip to content

Commit 39ff654

Browse files
committed
Added BinDeps to REQUIRE and Travis
1 parent 751898b commit 39ff654

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ script:
1717
- julia -e 'versioninfo(); Pkg.init();'
1818
- julia -e 'Pkg.add("DataFrames")'
1919
- julia -e 'Pkg.add("DataArrays")'
20+
- julia -e 'Pkg.add("BinDeps")'
2021
- mkdir -p ~/.julia/SQLite
2122
- cp -R ./* ~/.julia/SQLite/
2223
- cd ~/.julia/SQLite/

REQUIRE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
julia 0.2-
22
DataFrames
33
DataArrays
4+
BinDeps

0 commit comments

Comments
 (0)