We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90dd186 commit a1933b8Copy full SHA for a1933b8
.travis.yml
@@ -8,8 +8,9 @@ matrix:
8
allow_failures:
9
- julia: nightly
10
11
-# script: # use the default script section which is equivalent to the following
12
-# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
+script: # use the default script section which is equivalent to the following
+ - 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)'
14
# - julia --check-bounds=yes -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/tawheeler/Vec.jl.git"));
15
# Pkg.add(PackageSpec(url="https://github.com/sisl/Records.jl.git"));
16
# Pkg.add(PackageSpec(url="https://github.com/sisl/AutomotiveDrivingModels.jl.git"));
0 commit comments