forked from qunitjs/qunit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (35 loc) · 836 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
34
35
sudo: false
language: node_js
node_js:
- "0.12"
- "4"
- "6"
- "7"
env:
- NPM_SCRIPT=ci
matrix:
fast_finish: true
allow_failures:
- env: NPM_SCRIPT=browserstack
exclude:
- node_js: "6"
env: NPM_SCRIPT=ci
include:
- node_js: "6"
env: NPM_SCRIPT=ci-include-lint
- node_js: "6"
env: NPM_SCRIPT=browserstack
before_install:
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19VU0VSTkFNRT1icm93c2Vyc3RhY2txdW5pMQo=`
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19LRVk9SllzeHJrVWk5aGJGVndkdW44ZUsK=`
script:
- npm run-script $NPM_SCRIPT
cache:
directories:
- node_modules
notifications:
irc:
channels:
- "chat.freenode.net#jquery-dev"
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} %{author}): %{message} - %{build_url}"