We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4591ab commit cc649e9Copy full SHA for cc649e9
.travis.yml
@@ -18,7 +18,7 @@ before_script:
18
- export PATH=$HOME/bin:$PATH
19
- npm install -g bower gulp-cli@1
20
- bower install
21
-- gulp lint
+- npm run lint
22
script:
23
- xvfb-run wct
24
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'windows 10/microsoftedge@14' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@9' -s 'macos 10.12/safari@10' -s 'Linux/chrome@41'; fi
package.json
@@ -32,7 +32,8 @@
32
},
33
"scripts": {
34
"build": "gulp",
35
- "test": "gulp lint && wct"
+ "test": "npm run lint && wct",
36
+ "lint": "gulp lint lint-closure"
37
38
"repository": {
39
"type": "git",
0 commit comments