Skip to content

Commit 68a9c7c

Browse files
committed
fix(ci): fix Travis CI failed
1 parent 5f034c9 commit 68a9c7c

File tree

4 files changed

+6
-2388
lines changed

4 files changed

+6
-2388
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ sudo: false
55

66
before_install:
77
- npm install -g grunt-cli
8-
- ./setup.sh
8+
9+
before_script:
10+
- npm run setup
911

1012
notifications:
1113
email: true

0 commit comments

Comments
 (0)