Skip to content

Commit

Permalink
fix(build): Added the missing npm install step
Browse files Browse the repository at this point in the history
Added npm install to the install section to install the required npm packages
  • Loading branch information
kasunkv committed Aug 27, 2017
1 parent a3dba7e commit 5c1b0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,7 @@ before_install:
- npm i -g npm@^2.0.0
install:
- npm install -g typescript
- npm install
before_script:
script:
- npm run build
Expand Down

0 comments on commit 5c1b0d0

Please sign in to comment.