Update .travis.yml

This commit is contained in:
Lakindu Akash 2019-05-28 02:27:56 +05:30 committed by GitHub
parent 343c1f8791
commit 60eed9306f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ before_install:
script:
- make
- sudo -u root -i sh -c '
export PATH="$HOME/usr/bin:$PATH"
export PATH="/home/travis/usr/bin:$PATH"
whereis cmake
'
- sudo -E make install
- sudo make install