Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 3 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
sudo: false

node_js:
- '5.6.0'
- '6.9.0'

env:
global:
Expand All @@ -13,22 +13,10 @@ env:
- BROWSER_STACK_USERNAME=angularteam1
- BROWSER_STACK_ACCESS_KEY=BWCd4SynLzdDcv8xtzsB
- secure: X7CNmOMemAJ9Jqrsmv6MXyeh8n8TIL5CKzE9LYsZUbsyKo0l5CyyysJq0y/AbpQS6awsSv2qP/cZ/kand6r6z0wMFbUcxa4HjMZEfRwv3sGtwj1OKJko/GvjcZQzD54FtHy1NU7wR0mYhAlE5IwH7f8bMa/nUiijgD/TOCTtKH8=
matrix:
# TODO(devversion): investigate at parallel sauce instances with the current license
# - BROWSER=SL_CHROME
# - BROWSER=SL_FIREFOX
# - BROWSER=SL_IE11
- MODE=NORMAL

# matrix:
# fast_finish: true
# allow_failures:
# - env: "MODE=RELEASE"

cache:
directories:
- node_modules
- "$HOME/.pub-cache"
- node_modules/

branches:
only:
Expand All @@ -39,10 +27,6 @@ install:
- npm rebuild node-sass

before_script:
# Necessary to run test on Travis CI that require a graphical interface.
# See https://docs.travis-ci.com/user/gui-and-headless-browsers
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- mkdir -p $LOGS_DIR
- git config --global user.email "[email protected]"
- git config --global user.name "ngMaterial Bot"
Expand All @@ -51,4 +35,4 @@ script:
- ./scripts/travis-run-script.sh

after_success:
- 'if [[ $MODE == "NORMAL" ]]; then ./scripts/travis-build-init.sh --sha=$TRAVIS_COMMIT; fi'
- ./scripts/travis-build-init.sh --sha=$TRAVIS_COMMIT