Skip to content

Commit 370d444

Browse files
committed
travis.yml :: use build containers & disable email
1 parent 697a9d6 commit 370d444

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
sudo: false
2+
13
language: node_js
24

5+
notifications:
6+
email: false
7+
38
before_install:
49
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
510
- npm install -g npm@latest

0 commit comments

Comments
 (0)