Removed redundant npm flag
This commit is contained in:
parent
584b18224f
commit
9affe2429d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue