Skip to content

Commit

Permalink
Add info about publishing reports on Azure (closes DevExpress#4250)
Browse files Browse the repository at this point in the history
A little more explanation
  • Loading branch information
testcafe-build-bot committed Nov 29, 2019
1 parent 97e0e83 commit 03985b2
Showing 1 changed file with 9 additions and 26 deletions.
35 changes: 9 additions & 26 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,19 @@
if: NOT (commit_message =~ /^\[docs\]/ OR branch = 'new-docs')

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

language: node_js
matrix:
include:
- node_js: "8"
env: GULP_TASK="test-server"
- node_js: "stable"
env: GULP_TASK="test-server"
- node_js: "10"
env: GULP_TASK="test-client-travis"
- node_js: "10"
env: GULP_TASK="test-client-travis-mobile"
- node_js: "10"
env: GULP_TASK="test-functional-local-headless-chrome"
- node_js: "10"
env: GULP_TASK="test-functional-local-headless-firefox"
- node_js: "10"
env: GULP_TASK="test-functional-local-legacy"
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: bundle install

branches:
except:
Expand Down

0 comments on commit 03985b2

Please sign in to comment.