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:
- osx
before_install:
- npm install -g typescript
- npm install -g typescript
install:
-npm install
- npm install
script:
- npm run compile
- npm test