Skip to content
This repository was archived by the owner on Mar 11, 2019. It is now read-only.

Commit 2179b48

Browse files
committed
fix(build): fix ruby install in travis-ci
1 parent e8bf2dc commit 2179b48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ before_install:
4545
- sudo dpkg -i influxdb.deb
4646
- sudo service influxdb start
4747
- sleep 5; /usr/bin/influx --execute "CREATE USER powerapi WITH PASSWORD 'powerapi' WITH ALL PRIVILEGES"
48-
- sudo bash -c "source /usr/local/rvm/scripts/rvm; rvm use 2.2.3; gem install github_changelog_generator"
48+
- gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
49+
- curl -sSL https://get.rvm.io | bash
50+
- sudo bash -c "source /home/travis/.rvm/scripts/rvm; rvm use 2.2.3; gem install github_changelog_generator"
4951

5052
after_success:
5153
- sbt "project powerapi-core" coverageReport

0 commit comments

Comments
 (0)