Fix typo in yaml
This commit is contained in:
parent
b173d82296
commit
02a8b9c7f8
|
@ -4,9 +4,9 @@ node_js:
|
||||||
os:
|
os:
|
||||||
- osx
|
- osx
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g typescript
|
- npm install -g typescript
|
||||||
install:
|
install:
|
||||||
-npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
- npm run compile
|
- npm run compile
|
||||||
- npm test
|
- npm test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user