Update .travis.yml

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

View File

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