Skip to content

Commit

Permalink
Remove linux only testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekoko committed Jun 2, 2021
1 parent 2f9f3e2 commit 71f1a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then git add .; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then git commit -m'update version'; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm version patch; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then git clone "https://github.com/SVF-tools/Test-Suite.git"; fi
- git clone "https://github.com/SVF-tools/Test-Suite.git"
- . ./build.sh
- cd ./Release-build
- ctest -VV
Expand Down

0 comments on commit 71f1a46

Please sign in to comment.