Skip to content

Commit 58602e5

Browse files
Merge pull request #4 from NativeScript/vladimirov/travis-integration
Integrate travis
2 parents 406d6cf + 4cb3ac6 commit 58602e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
node_js:
3+
- '4'
4+
git:
5+
submodules: false
6+
before_script:
7+
- npm install grunt-cli
8+
- npm install
9+
script:
10+
- node_modules/.bin/grunt pack --no-color

0 commit comments

Comments
 (0)