Skip to content

Commit a1933b8

Browse files
committed
use custom script
1 parent 90dd186 commit a1933b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ matrix:
88
allow_failures:
99
- julia: nightly
1010

11-
# script: # use the default script section which is equivalent to the following
12-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
11+
script: # use the default script section which is equivalent to the following
12+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13+
- julia --check-bounds=yes -e 'using Pkg; Pkg.build("NGSIM"); Pkg.test("NGSIM"; coverage=true)'
1314
# - julia --check-bounds=yes -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/tawheeler/Vec.jl.git"));
1415
# Pkg.add(PackageSpec(url="https://github.com/sisl/Records.jl.git"));
1516
# Pkg.add(PackageSpec(url="https://github.com/sisl/AutomotiveDrivingModels.jl.git"));

0 commit comments

Comments
 (0)