Skip to content

Commit 6320365

Browse files
committed
Fix travis
Add qt5-default to travis Added qmake to PATH Update to Qt 5.9
1 parent e5adb06 commit 6320365

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ before_install:
2121
- curl -L https://static.rust-lang.org/rustup.sh | sh -s -- --channel=stable --yes --prefix=$PWD --disable-sudo
2222
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
2323
- echo "deb https://cloud.r-project.org/bin/linux/ubuntu trusty/" | sudo tee -a /etc/apt/sources.list
24+
- sudo add-apt-repository --yes ppa:beineri/opt-qt591-trusty
2425
- sudo apt-get update -qq
2526
- sudo apt-get install r-base -y
27+
- sudo apt-get install qt59base
2628
- sudo chmod 277 /usr/local/lib/R/site-library
2729
- Rscript -e 'install.packages(c("devtools","testthat"),repos="http://cran.us.r-project.org")'
2830
- Rscript -e 'devtools::install_github("RTMC/tmc-r-tester/tmcRtestrunner")'
2931
- export PATH=$PATH:$PWD/bin
32+
- source /opt/qt59/bin/qt59-env.sh
3033
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/lib
3134
- mkdir -p $HOME/bin && ln -s $(which python3.4) $HOME/bin/python3 && export PATH="$HOME/bin:$PATH"
3235
- mvn install -Dmaven.test.skip=true

0 commit comments

Comments
 (0)