Skip to content

Commit

Permalink
travis: install js dependencies and run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanisław committed Jul 27, 2018
1 parent 2397197 commit ff2a834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ before_install:

script:
- pip3 install -r requirements.txt
- yarn install
- npm run build

branches:
only:
Expand Down

0 comments on commit ff2a834

Please sign in to comment.