Skip to content

Commit

Permalink
Run everything via bash
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed May 20, 2016
1 parent a832fdd commit 8b4e054
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .evg.yml
Expand Up @@ -16,13 +16,13 @@ functions:
export PATH="$PATH:$HOME/.rvm/bin"
bash -s source "$HOME/.rvm/scripts/rvm"
fi
rvm install ruby-2.3.0
rvm use 2.3.0
gem install bundler
bundle install
bundle exec rake clean
bundle exec rake compile
bundle exec rake spec
bash -l rvm install ruby-2.3.0
bash -l rvm use 2.3.0
bash -l gem install bundler
bash -l bundle install
bash -l bundle exec rake clean
bash -l bundle exec rake compile
bash -l bundle exec rake spec
tasks:
- name: 'build'
Expand Down

0 comments on commit 8b4e054

Please sign in to comment.