Skip to content

Commit

Permalink
update r812
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Apr 8, 2015
1 parent 428549a commit 1eee1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_install:
#- if [ "${CXX}" = 'clang++' ]; then wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -; fi
#- if [ "${CXX}" = 'clang++' ]; then sudo add-apt-repository --yes 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise main'; fi
#- if [ "${CXX}" = 'clang++' ]; then sudo add-apt-repository -y ppa:h-rayflood/llvm; fi
- if [ "${HOST}" == 'WINE' ]; then sudo add-apt-repository -y ppa:ubuntu-wine/ppa; fi
- sudo apt-get -qq update

install:
Expand All @@ -21,7 +22,6 @@ install:
#- if [ "${CXX}" = 'clang++' ]; then sudo apt-get -qq install clang-3.5; fi
#- if [ "${CXX}" = 'clang++' ]; then export CXX="clang++-3.5"; fi
# wine
- if [ "${HOST}" == 'WINE' ]; then sudo apt-get autoremove; fi
- if [ "${HOST}" == 'WINE' ]; then sudo apt-get -qq -y install wine; fi
# winegcc
- if [ "${WINEGCC}" == '1' ]; then sudo apt-get -qq install wine-dev; fi
Expand Down

0 comments on commit 1eee1bd

Please sign in to comment.