Skip to content

Commit

Permalink
Disabled testing on nightly until Lazy.jl is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Oct 14, 2017
1 parent 71f68e7 commit 53307be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
# - osx
julia:
- 0.6
- nightly
# - nightly
notifications:
email: false
git:
Expand Down
2 changes: 1 addition & 1 deletion test_script.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pkg.clone(pwd())
Pkg.checkout("Lazy")
# Pkg.checkout("Lazy")
Pkg.clone("https://github.com/afniedermayer/InferenceUtilities.jl.git") # until registered
Pkg.build("RaggedData")
Pkg.test("RaggedData"; coverage=true)

0 comments on commit 53307be

Please sign in to comment.