Skip to content

Commit

Permalink
Fixed bug in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jan 13, 2018
1 parent 9a4c629 commit 92cd698
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 @@ -31,7 +31,7 @@ before_script:
script:
- ng lint
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then karma start karma.conf.js --single-run; fi
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then ng e2e
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then ng e2e; fi
before_deploy:
- if [ ! -z "$TRAVIS_TAG" ]; then npm run build-electron; fi
deploy:
Expand Down

0 comments on commit 92cd698

Please sign in to comment.