aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-02-25 20:00:35 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-02-25 20:00:35 +0800
commitfe730239400e73babf829857272c42af7563efce (patch)
treec1d1b619da06277e067fb90e52b47d9a4614364c
parent52ccaa605e2a693bda64ac7d9fadf88d669ac446 (diff)
parentce2b2422d6efe9d8c4744a83bab8d80d9e94128d (diff)
downloadgo-tangerine-fe730239400e73babf829857272c42af7563efce.tar
go-tangerine-fe730239400e73babf829857272c42af7563efce.tar.gz
go-tangerine-fe730239400e73babf829857272c42af7563efce.tar.bz2
go-tangerine-fe730239400e73babf829857272c42af7563efce.tar.lz
go-tangerine-fe730239400e73babf829857272c42af7563efce.tar.xz
go-tangerine-fe730239400e73babf829857272c42af7563efce.tar.zst
go-tangerine-fe730239400e73babf829857272c42af7563efce.zip
Merge pull request #382 from ethereum/travis
Update Go and Qt versions in Travis
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5499cf257..c4e39b05e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
language: go
go:
- - 1.4.1
+ - 1.4.2
before_install:
- - sudo add-apt-repository ppa:beineri/opt-qt54 -y
+ - sudo add-apt-repository ppa:beineri/opt-qt541 -y
- sudo apt-get update -qq
- sudo apt-get install -yqq libgmp3-dev libreadline6-dev qt54quickcontrols qt54webengine
install: