Skip to content

Commit

Permalink
[skyapi] refs fibercrypto#4 Update sudo -s to source command in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Mar 21, 2019
1 parent e45d0bb commit b37e9a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis/gradle_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ touch /etc/profile.d/gradle.sh
echo "export GRADLE_HOME=/opt/gradle/gradle-5.0" >> /etc/profile.d/gradle.sh
echo "export PATH=${GRADLE_HOME}/bin:${PATH}" >> /etc/profile.d/gradle.sh
sudo chmod +x /etc/profile.d/gradle.sh
sudo source /etc/profile.d/gradle.sh
sudo -s
source /etc/profile.d/gradle.sh

0 comments on commit b37e9a4

Please sign in to comment.