Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Vittorio Vittori committed May 10, 2017
1 parent dd7af01 commit 9863ad0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ node_js:
- 5.4.1

before_install:
- npm install -g bower
- npm install dustman
- npm install

sudo: required

script:
- bower install
- npm run-script setup
- npm run-script build
- npm run-script test
- npm run setupBuild
- npm run setupStyleguide
- npm run build
- npm run styleguide
- npm run test
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ npm install --save frontsize-sass
Run this command inside frontsize module:

```
cd node_modules/frontsize
npm run styleguideServe
cd node_modules/frontsize && npm run styleguideServe
```

This will open a browser window with the documented code.
Expand Down Expand Up @@ -69,7 +68,7 @@ Now the core can be easily upgraded with `npm update frontsize-sass --save` when
To test frontsize:

```
npm install && npm run-script test
npm install && npm run test
```

Created by [Vittorio Vittori][vitto] and [Alessandro Minoccheri][minompi] @ [ideato srl][ideato]
Expand Down

0 comments on commit 9863ad0

Please sign in to comment.