Skip to content

Commit 7bd62e9

Browse files
author
Kevin Morris
committed
Set up Travis CI
1 parent 9b79379 commit 7bd62e9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
sudo: false
5+
script: "gulp coverage"
6+
env:
7+
- JQUERY=1.11
8+
- JQUERY=1.12
9+
- JQUERY=2.1
10+
- JQUERY=2.2
11+
- JQUERY=3.0.0
12+
install:
13+
- npm install
14+
- npm install jquery@$JQUERY
15+
before_script:
16+
- npm install grunt-cli -g
17+
after_success:
18+
- npm install -g codeclimate-test-reporter
19+
- codeclimate-test-reporter < coverage/lcov.info
20+
matrix:
21+
allow_failures:
22+
- env: JQUERY=3.0.0-beta1

0 commit comments

Comments
 (0)