diff --git a/.travis.yml b/.travis.yml index 7ea28a0..97352f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -# Commented sections below can be used to run tests on the CI server -# https://simulatedgreg.gitbooks.io/electron-vue/content/en/testing.html#on-the-subject-of-ci-testing osx_image: xcode8.3 sudo: required dist: trusty @@ -20,24 +18,19 @@ addons: packages: - libgnome-keyring-dev - icnsutils - #- xvfb before_install: - mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v1.2.1/git-lfs-$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-1.2.1.tar.gz | tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils; fi install: -#- export DISPLAY=':99.0' -#- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - nvm install 7 - curl -o- -L https://yarnpkg.com/install.sh | bash - source ~/.bashrc - npm install -g xvfb-maybe -- npm install +- yarn script: -#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js -#- yarn run pack && xvfb-maybe node_modules/.bin/mocha test/e2e - yarn run build branches: only: - - master + - master \ No newline at end of file