Removed redundant npm flag

This commit is contained in:
Antoine Gersant 2017-07-04 02:38:45 -07:00
parent 584b18224f
commit 9affe2429d

View file

@ -24,7 +24,7 @@ before_install:
- java -jar selenium.jar & - java -jar selenium.jar &
- npm install -g nightwatch - npm install -g nightwatch
- nightwatch -v - nightwatch -v
- npm install whatwg-fetch --save - npm install whatwg-fetch
script: script:
- cargo build --verbose - cargo build --verbose