forked from guylabs/ion-autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
17 lines (17 loc) · 744 Bytes
/
.travis.yml
File metadata and controls
17 lines (17 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: node_js
node_js: 5.5.0
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g grunt-cli
install: npm install
env:
global:
- secure: P11PFMRl2C6GGp22pSsSntUjXYN4blW0Q4hXGKWirVoxoie0f+2b0zy0f3rb9z/nmtOHKTwxfJgmarFV5UAV2BgvyNN97TGHc8BufCcBhLZyZL+KNNHatxDnAuFXn1Xrofl/sFUygySN6KgUcEbhpP+wUn5QO5EAzIW/embbUQY=
- secure: OtdVVdeoOgyUijyo0px2VlPb++6CY2NIZuyvNUiHTn3UTsjWxvcJmumGGXeyTYWebO71xxLssmOiVjRN8FoLWMgaMl7dBJCNL3E5dnnYS75ek5JBVlJ+AlY4mI5NkA+WAPKKwJCWrcNthHat+lZHyUstFhqxMndbgT/C3V98kUo=
addons:
sauce_connect: true
hosts: ion-autocomplete
after_script: cat ./build/coverage/**/lcov.info | ./node_modules/coveralls/bin/coveralls.js
sudo: false