Update .travis.yml

This commit is contained in:
Lakindu Akash 2019-05-28 01:51:59 +05:30 committed by GitHub
parent f8b0285c87
commit 177e061673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,4 +7,7 @@ before_install:
- ./cmake-3.14.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license
- sudo apt-get install -y build-essential libgtk-3-dev
script: make && sudo make install
script:
- make
- whereis cmake
- sudo make install