diff --git a/.travis.yml b/.travis.yml index 505709671..89982898a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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: