Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao committed Dec 4, 2017
1 parent b1b8ea9 commit 3008f21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ addons:
packages:
- google-chrome-stable
before_install:
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then openssl aes-256-cbc -K $encrypted_100b62b33cf9_key -iv $encrypted_100b62b33cf9_iv
-in travis_rsa.enc -out travis_rsa -d; fi
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- export CHROME_BIN=chromium-browser
Expand All @@ -27,7 +25,6 @@ script:
- npm run-script coveralls
- yarn run integration
- yarn run build:demo
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then node_modules/.bin/gh-pages-travis; fi

env:
global:
Expand Down

0 comments on commit 3008f21

Please sign in to comment.