Skip to content

Commit 7a4b412

Browse files
committed
1 parent 3156dfe commit 7a4b412

File tree

2 files changed

+2
-6
lines changed
  • project-fortis-interfaces/travis
  • project-fortis-services/travis

2 files changed

+2
-6
lines changed

project-fortis-interfaces/travis/ci.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ pushd "$(dirname $0)/.."
66

77
err=0
88

9-
if [ ! -d node_modules ]; then
10-
npm install
11-
fi
9+
npm install
1210

1311
if ! ./node_modules/.bin/eslint --max-warnings=0 src *.js; then
1412
err=1

project-fortis-services/travis/ci.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ pushd "$(dirname $0)/.."
66

77
err=0
88

9-
if [ ! -d node_modules ]; then
10-
npm install
11-
fi
9+
npm install
1210

1311
if ! ./node_modules/.bin/eslint --max-warnings=0 src *.js; then
1412
err=1

0 commit comments

Comments
 (0)