diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2017-10-11 16:03:11 +0300 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2018-01-11 15:36:48 +0200 |
| commit | e88054e9815a64683e7521244f5e5dfde1f76a79 (patch) | |
| tree | 6bdf358806777cec58ba56d4c1db172cf3d7f978 | |
| parent | b7e47230b4f50e964ff236075403357a9fd0fff4 (diff) | |
| download | pcsxr-e88054e9815a64683e7521244f5e5dfde1f76a79.tar.gz | |
* Travis won't work because of libgtk requirements
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5480c6cc..c258b310 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ compiler: addons: apt: + sources: + - ubuntu-sdk-team packages: - autoconf-archive - intltool @@ -15,4 +17,4 @@ addons: script: - ./autogen.sh - - make + - make -j1 |
