Fix typo in yaml

This commit is contained in:
Dag Evensberget 2019-12-02 16:01:20 +10:00
parent b173d82296
commit 02a8b9c7f8

View File

@ -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