Skip to content

Commit 1502ad2

Browse files
build(Travis): run install before test (#12)
1 parent b9bd209 commit 1502ad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ install:
1313
export DISPLAY=':99.0'
1414
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1515
fi
16+
- npm install
1617
script:
1718
- npm test

0 commit comments

Comments
 (0)