Skip to content

Commit

Permalink
* Travis won't work because of libgtk requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Jan 11, 2018
1 parent b7e4723 commit e88054e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ compiler:

addons:
apt:
sources:
- ubuntu-sdk-team
packages:
- autoconf-archive
- intltool
Expand All @@ -15,4 +17,4 @@ addons:

script:
- ./autogen.sh
- make
- make -j1

0 comments on commit e88054e

Please sign in to comment.