Skip to content

Commit

Permalink
Bug #1, Travis-CI fix ("grunt"), again! [iet:10116746]
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Sep 28, 2017
1 parent 36feb44 commit 46c9a30
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ before_install:
- npm --version

install:
- make install
- npm install
- npm run install-cpan
#- make install
#- make npm-install

script: grunt
script: npm test

after_script:
- make version
- make cat-log
- npm run cat-log
#- make version
#- make cat-log

#End.
# End.

0 comments on commit 46c9a30

Please sign in to comment.