Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit de4a9ae

Browse files
committed
Drop eslint from travis
1 parent 9e443ff commit de4a9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -e
33
npm test
44
./bin/coveralls.sh
5-
./node_modules/.bin/eslint src/**/*.js;
5+
# ./node_modules/.bin/eslint src/**/*.js;

0 commit comments

Comments
 (0)