forked from angular/material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
28 lines (23 loc) · 788 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: node_js
sudo: false
node_js:
- '0.12'
env:
global:
secure: TWmpBzRG68b9e5wbJ7I6ox8TrZTnU/XpOkBvggJyuMgvUz27accp92Y9U7DWUPiXYXcWnoc7pqVAvEbwd1/ykHKCqezmyEXsrzZo6POg2lNFXkI9vSuDukL8A4Ct9zANVmr+5Y+kEBtQ/viyO5Rxc5H9bZskSeMaegqR60ZT2E8=
branches:
only:
- master
before_script:
- export DISPLAY=:99.0 # firefox virtual screen
- sh -e /etc/init.d/xvfb start # firefox virtual screen
- git config --global user.email "ngmaterial@googlegroups.com"
- git config --global user.name "ngMaterial Bot"
script:
# Fail builds which use iit/ddescribe, but run the tests anyways
- gulp ddescribe-iit
- gulp karma --reporters='dots'
after_success:
- ./scripts/travis-build-init.sh --sha=$TRAVIS_COMMIT
notifications:
flowdock: ca58afe1354053b15fe75a763138829d