Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
fix travis install for sass
Browse files Browse the repository at this point in the history
  • Loading branch information
escattone authored and jwhitlock committed Jan 31, 2017
1 parent dd370b6 commit 0dd9963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,8 @@ before_install:
install:
- pip install -r requirements/travis.txt
- if [[ $TOXENV == 'py27' ]]; then ansible-playbook -vvv --tags=mysql,pipeline --connection=local --inventory-file=provisioning/inventory provisioning/travis.yml; fi
- nvm install 6
- nvm use 6
script: tox -v
after_failure:
- dmesg | tail
Expand Down

0 comments on commit 0dd9963

Please sign in to comment.