Skip to content

Commit 3eaf206

Browse files
committed
removed lint step from travis config for now. might add it back later.
1 parent 737d807 commit 3eaf206

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
before_script:
88
# Run lint on every commit
9-
- npm install grunt
10-
- npm install
11-
- grunt lint
9+
# - npm install grunt
10+
# - npm install
11+
# - grunt lint

0 commit comments

Comments
 (0)