Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Fix travis #10
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Jun 12, 2018
1 parent 71e2bce commit 19722cf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
#- yarn test
#- yarn build
- stage: deploy
os:
- linux
- osx
script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then yarn package --release ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then yarn package --release --win --linux; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then yarn package --release ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then yarn package --release --win --linux; fi

0 comments on commit 19722cf

Please sign in to comment.