Skip to content

Commit

Permalink
Added linux os condition to deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jan 30, 2020
1 parent df9dbff commit f590d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -50,14 +50,14 @@ deploy:
skip_cleanup: true
on:
branch: master
# condition: $TRAVIS_OS_NAME = linux
condition: $TRAVIS_OS_NAME = linux
- provider: surge
project: ./packages/altair-app/dist
domain: altair-gql-translate.surge.sh
skip_cleanup: true
on:
branch: staging
# condition: $TRAVIS_OS_NAME = linux
condition: $TRAVIS_OS_NAME = linux
- provider: snap
file_glob: true
snap: packages/altair-electron/out/**/*.snap
Expand Down

0 comments on commit f590d3c

Please sign in to comment.