Skip to content

Commit

Permalink
trying to add CuArrays in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Apr 8, 2018
1 parent 96c5b18 commit 9a46b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ julia:
- 0.6.2

before_script:
- julia -e 'Pkg.add("JLD2"); Pkg.add("SpecialFunctions");'
- julia -e 'Pkg.add("JLD2"); Pkg.add("SpecialFunctions"); Pkg.add("CuArrays");'
- julia -e 'Pkg.add("Interpolations"); Pkg.add("Requires");'
# - julia -e 'ENV["PYTHON"]=""; Pkg.build("PyCall"); using PyPlot;'

Expand Down

0 comments on commit 9a46b47

Please sign in to comment.