Update .travis.yml

This commit is contained in:
Lakindu Akash 2019-04-18 01:46:50 +05:30 committed by GitHub
parent 064d84ebfc
commit 9ac83f99f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ before_install:
- wget https://github.com/Kitware/CMake/releases/download/v3.14.2/cmake-3.14.2-Linux-x86_64.sh
- chmod +x cmake-3.14.2-Linux-x86_64.sh
- ./cmake-3.14.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license
- sudo apt-get install build-essential libgtk-3-dev
- sudo apt-get install -y build-essential libgtk-3-dev
script: make && sudo make install