Skip to content

Commit c07cbc8

Browse files
committed
Added .travis.yml
1 parent b61158f commit c07cbc8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
3+
node_js:
4+
- 'stable'
5+
6+
before_install:
7+
- npm install -g grunt-cli jshint gulp
8+
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19VU0VSTkFNRT1icm93c2Vyc3RhY2tydW5uMQo=`
9+
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19LRVk9NW5qc0d5emdqNkpWMmh3eUh1dHEK`
10+
11+
script:
12+
- npm run-script test-ci
13+
14+
cache:
15+
directories:
16+
- node_modules

0 commit comments

Comments
 (0)