Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

Commit 4529244

Browse files
committed
update travis script
1 parent a17b8db commit 4529244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ git:
1111
before-install:
1212
- sudo apt-get install curl
1313
script:
14-
- julia -e 'using Pkg; add(PackageSpec(url=pwd()));'
15-
- julia -e 'using Pkg; test("MathOptInterfaceMosek")'
14+
- julia -e 'import Pkg; Pkg.add(Pkg.PackageSpec(url=pwd()));'
15+
- julia -e 'import Pkg; Pkg.test("MathOptInterfaceMosek")'
1616

0 commit comments

Comments
 (0)