forked from mgcrea/angular-strap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
33 lines (28 loc) · 803 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
29
30
31
32
33
language: node_js
sudo: false
node_js:
- "0.10"
env:
global:
- SAUCE_USERNAME=mgcrea
- SAUCE_ACCESS_KEY=ad4bb656-dfad-4a10-8c10-0a0d8b5a1ead
before_script:
- export DISPLAY=:99.0
- export PHANTOMJS_BIN=/usr/local/phantomjs/bin/phantomjs
- export CHROME_BIN=chromium-browser
- sh -e /etc/init.d/xvfb start
- sleep 3 # give xvfb some time to start
- npm install -gq bower codeclimate-test-reporter # coveralls
- bower install --dev --config.interactive=0
- gulp --version
- bower --version
- date --rfc-2822
script:
- gulp jshint karma:travis
- gulp karma:travis~1.3.0
- gulp karma:travis~1.2.0
after_script:
- cat test/coverage/*/lcov.info | codeclimate
addons:
code_climate:
repo_token: b5ed978a0e88f95b003a668583ae70815e18cd71019d526023b5e9c7703ec076