Skip to content

Commit

Permalink
Travis CI Update for go and nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Avetisyan committed Jan 19, 2017
1 parent 7f6649f commit 6bd217f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ cache:
directories:
- "$HOME/.m2"

before_install:
- eval "$(gimme 1.7.3)"
- nvm install 6
- npm install -g npm@latest
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update
- sudo apt-get install gcc-4.8
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
- sudo apt-get install g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50

script: mvn install

after_success:
Expand Down

0 comments on commit 6bd217f

Please sign in to comment.