Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

Commit 744f58d

Browse files
committed
Update .travis.yml due to name change in test file
1 parent 8e96cc0 commit 744f58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ before_install:
1717
script:
1818
- julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir("Ito"))`); Pkg.pin("Ito"); Pkg.resolve()'
1919
- julia -e 'using Ito; @assert isdefined(:Ito); @assert typeof(Ito) === Module'
20-
- julia test/Ito.jl
20+
- julia test/runtests.jl

0 commit comments

Comments
 (0)