Skip to content

Commit 27c09de

Browse files
committed
ci: add .travis.yml
1 parent 3c960c3 commit 27c09de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sudo: required
2+
dist: trusty
3+
language: node_js
4+
node_js:
5+
- '6.10'
6+
branches:
7+
only:
8+
- master
9+
10+
env:
11+
- TASK=build
12+
13+
before_script:
14+
- npm install -g @angular/cli

0 commit comments

Comments
 (0)