Skip to content

Commit

Permalink
Reverted ubu branch
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Oct 22, 2013
1 parent 6dd2c55 commit fb0172f
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
language: objective-c
language: cpp
compiler:
- clang
- gcc
before_install:
- brew update
- brew install qt5
- brew link qt5 --force
- brew install libpng
- brew link libpng --force
- brew install openssl
- brew install libssh2
- brew install redis
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install ubuntu-sdk -y -qq
- sudo apt-get install libssl1.0.0 -y -qq
before_script:
- redis-server --daemonize yes
- cd ./redis-desktop-manager
- sudo chmod 777 configure
- ./configure
script:
- qmake -v
- qmake
- qmake -qt=qt5 -v
- qmake -qt=qt5
- make clean
- make -s
- cd ./../tests/
Expand All @@ -30,4 +27,4 @@ notifications:
- [email protected]
email:
on_success: change
on_failure: always
on_failure: always

0 comments on commit fb0172f

Please sign in to comment.