Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
testcafe-build-bot committed Oct 23, 2018
1 parent 53dd42f commit 6adb470
Showing 1 changed file with 10 additions and 27 deletions.
37 changes: 10 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,19 @@
if: NOT (commit_message =~ /^\[docs\]/)

addons:
chrome: stable
firefox: latest
apt:
packages:
- dbus

language: node_js
matrix:
include:
- node_js: "6"
env: GULP_TASK="test-server"
- node_js: "stable"
env: GULP_TASK="test-server"
- node_js: "stable"
env: GULP_TASK="test-client-travis"
- node_js: "stable"
env: GULP_TASK="test-client-travis-mobile"
- node_js: "stable"
env: GULP_TASK="test-functional-travis-desktop-osx-and-ms-edge"
- node_js: "stable"
env: GULP_TASK="test-functional-travis-mobile"
- node_js: "stable"
env: GULP_TASK="test-functional-local-headless"
- node_js: "7"
env: GULP_TASK="test-docs-travis" JEKYLL_ENV="testing"
fast_finish: true

cache:
directories:
- $HOME/.npm
before_install:
- rvm install 2.5.1
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
- yarn install

cache: yarn

install: travis_retry npm install
install: gem install jekyll htmlentities sanitize redcarpet jekyll-sitemap jekyll-redirect-from

branches:
except:
Expand Down

0 comments on commit 6adb470

Please sign in to comment.