Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde committed Feb 11, 2018
1 parent 2d1e334 commit ff93967
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ before_install:

before_script:
- npm install -g @angular/cli
- npm install
- npm install -g yarn
- yarn install

script:
- echo 'Build Dist' && echo -en 'travis_fold:start:script.build\\r'
Expand All @@ -36,7 +37,7 @@ script:
- echo -en 'travis_fold:end:script.build\\r'
- echo 'Lint Codebase' && echo -en 'travis_fold:start:script.lint\\r'

- npm run lint
- yarn run lint

- echo -en 'travis_fold:end:script.lint\\r'
- echo 'Test Codebase' && echo -en 'travis_fold:start:script.test\\r'
Expand Down

0 comments on commit ff93967

Please sign in to comment.