mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Install nightwatch in CI
This commit is contained in:
parent
a08401fa76
commit
ffc4be1536
1 changed files with 8 additions and 1 deletions
|
@ -3,7 +3,14 @@ rust:
|
|||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: beta
|
||||
- rust: nightly
|
||||
- rust: nightly
|
||||
|
||||
before_install:
|
||||
- npm install -g nightwatch
|
||||
|
||||
before_script:
|
||||
- nightwatch -v
|
Loading…
Reference in a new issue