Skip to content

Commit

Permalink
Travis: rake before build ?
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchester committed Feb 19, 2017
1 parent ebe05b8 commit 64ff4ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ matrix:
- CLI_VERSION=1.0.0-rc4-004771

install:
#- rvm install 2.2.3
#- gem install bundler
- rvm install 2.2.3
- gem install bundler
- export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
- curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version "$CLI_VERSION" --install-dir "$DOTNET_INSTALL_DIR"
- export PATH="$DOTNET_INSTALL_DIR:$PATH"

script:
# - bundle && bundle exec rake
- bundle && bundle exec rake
- ./build.sh

0 comments on commit 64ff4ef

Please sign in to comment.