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

Commit

Permalink
update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfworsoe committed Aug 21, 2018
1 parent a17b8db commit 4529244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ git:
before-install:
- sudo apt-get install curl
script:
- julia -e 'using Pkg; add(PackageSpec(url=pwd()));'
- julia -e 'using Pkg; test("MathOptInterfaceMosek")'
- julia -e 'import Pkg; Pkg.add(Pkg.PackageSpec(url=pwd()));'
- julia -e 'import Pkg; Pkg.test("MathOptInterfaceMosek")'

0 comments on commit 4529244

Please sign in to comment.