Skip to content

Commit 00a3582

Browse files
committed
latest mocha bunyan gulp for tests
1 parent 739dd02 commit 00a3582

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/travis/install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then
4848
fi
4949

5050
# ===== Latest npm ==========
51-
# need latest npm (less bugs, at time of writing 2.0.0 didn't work)
51+
# need latest npm (less bugs)
5252
npm i -g npm
5353
npm up -g
54+
npm i -g mocha bunyan gulp
55+
5456

5557
# Turn off unneeded services to free some memory
5658
sudo service mysql stop

0 commit comments

Comments
 (0)