You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ git:
13
13
14
14
## uncomment the following lines to allow failures on nightly julia
15
15
## (tests will run but not make your overall status red)
16
-
#matrix:
17
-
# allow_failures:
18
-
# - julia: nightly
16
+
matrix:
17
+
allow_failures:
18
+
- julia: nightly
19
19
20
20
## uncomment and modify the following lines to manually install system packages
21
21
#addons:
@@ -27,7 +27,15 @@ git:
27
27
28
28
## uncomment the following lines to override the default test script
29
29
script:
30
-
- julia -e 'if VERSION < v"0.7.0-DEV.5183" ; Pkg.clone(pwd()) ; else ; using Pkg; Pkg.add(pwd()) ; end ; Pkg.test("ModuleInterfaceTools"; coverage=true)'
30
+
- julia -e '
31
+
if VERSION < v"0.7.0-DEV.5183";
32
+
Pkg.clone(pwd());
33
+
Pkg.test("ModuleInterfaceTools", coverage=true);
34
+
else;
35
+
using UUIDs; import Pkg; p = "Project.toml"; uuid = "5cb8414e-7aab-5a03-a681-351269c074bf";
0 commit comments