forked from MildHawk/Pathlete
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
28 lines (23 loc) · 679 Bytes
/
.travis.yml
File metadata and controls
28 lines (23 loc) · 679 Bytes
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
node_js:
- '0.10'
# Services to load
services:
# Special config for Chrome on Travis-CI
before_script:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# Run `gulp coveralls` to send data to Coveralls
after_script:
- ./node_modules/.bin/gulp coveralls
# Disable email notifications
notifications:
email: false
# Heroku configuration, only deploy from master
deploy:
provider: heroku
api_key:
secure: QVqbzrzSsKYvsc1nl4DrgCHEsiDFJbFWsSc1KPCSyl0+QpcReXj0TKoJLZSjqkX0PPtDJvcqRDDbaVE1QS2mgRdOPYTA7XeJtU3gmHrj0aNb1Q62a3/iCH+fIxnKguFj3G4hEHuNrYQv8/GhDd30f1XAD1hu/Op3TF/2WFN+LwA=
app: pathlete
on: master