Skip to content

Commit

Permalink
travis test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
afrobambacar committed Jul 25, 2017
1 parent f6942fb commit c034fda
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ language: node_js
git:
depth: 10
node_js:
- iojs
- iojs
before_install:
- export PATH=$(python -c 'from sys import argv;from collections import OrderedDict
as od;print(":".join(od((p,None) for p in argv[1].split(":") if p.startswith("/")).keys()))'
"$PATH")
- rvm install 2.2
- rvm use 2.2 --fuzzy
- gem install sass
- export PATH=$(python -c 'from sys import argv;from collections import OrderedDict
as od;print(":".join(od((p,None) for p in argv[1].split(":") if p.startswith("/")).keys()))'
"$PATH")
- rvm install 2.2
- rvm use 2.2 --fuzzy
- gem install sass
install:
- bundle install --deployment --jobs=1
- cp grunt/npm-shrinkwrap.json ./
- npm install
- bundle install --deployment --jobs=1
- cp grunt/npm-shrinkwrap.json ./
- npm install
before_script:
- chmod +x ./deploy.sh
- chmod +x ./deploy.sh
after_success:
- npm run prep-release
- "./deploy.sh"
- npm run prep-release
- "./deploy.sh"
cache:
directories:
- node_modules
Expand Down

0 comments on commit c034fda

Please sign in to comment.