Skip to content

Commit 95397ac

Browse files
committed
modified travis
1 parent e71bc89 commit 95397ac

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ language: node_js
22
node_js:
33
- 'stable'
44
os: osx
5-
git:
6-
quiet: true
75
jobs:
8-
allow_failures:
9-
- os: osx
6+
# allow_failures:
7+
# - os: osx
108
fast_finish: true
119
install:
1210
- npm install
1311
script:
14-
npm test:app
12+
npm run test:app
1513
# safelist
1614
# branches:
1715
# only:

0 commit comments

Comments
 (0)