Skip to content

Commit

Permalink
Fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Backeman committed Feb 5, 2018
1 parent 8204989 commit 4e94b88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ os:
before_install:
- wget http://user.it.uu.se/~petba168/z3-4.5.0
- mv z3-4.5.0 z3
- mv mathsat.master mathsat
- wget http://user.it.uu.se/~petba168/mathsat.master
- chmod u+=x z3-4.5.0
- chmod u+=x mathsat.master
- mv mathsat.master mathsat
- chmod u+=x z3
- chmod u+=x mathsat
- echo "(exit)" > test.smt2
- export PATH=$PATH:`pwd`
- z3 -smt2 test.smt2
Expand Down

0 comments on commit 4e94b88

Please sign in to comment.