Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
ci: fix condition on stage test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Sep 8, 2019
1 parent 4e41cea commit 1bfbb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- docker tag howtocards-backend howtocards/backend:$TRAVIS_COMMIT
- docker push howtocards/backend:$TRAVIS_COMMIT
- stage: test
if: os = mac
if: os = osx
script:
- cargo test --release --verbose --all
- cargo build --release --verbose --all

0 comments on commit 1bfbb6b

Please sign in to comment.