Skip to content

Commit 2f45644

Browse files
committed
Update Travis.
1 parent 69098ee commit 2f45644

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

.travis.yml

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: c++
22
compiler: gcc
3-
sudo: required
3+
sudo: true
44
matrix:
55
include:
66
# fully specify builds, include can't dynamically expand matrix entries
@@ -22,38 +22,21 @@ matrix:
2222

2323
# OSX, OF master
2424
- os: osx
25-
osx_image: xcode9
25+
osx_image: xcode8
2626
compiler: clang
2727
env: TARGET="osx" OF_BRANCH="master"
2828

29-
# Linux ARM6, OF master: Uncomment following lines to enable
30-
- os: linux
31-
sudo: required
32-
dist: trusty
33-
env: TARGET="linuxarmv6l" OF_BRANCH="master"
34-
35-
36-
# Linux ARM7, OF master: Uncomment following lines to enable
37-
- os: linux
38-
sudo: required
39-
env: TARGET="linuxarmv7l" OF_BRANCH="master"
40-
cache:
41-
directories:
42-
- ~/rpi2_toolchain
43-
- ~/firmware-master
44-
- ~/archlinux
45-
4629
# Exclude the default build that would otherwise be generated
4730
# see https://github.com/travis-ci/travis-ci/issues/1228
4831
exclude:
4932
- compiler: gcc
50-
5133
before_install:
52-
- echo "https://raw.githubusercontent.com/bakercp/ofxAddonScripts/${OF_BRANCH}/scripts/ci/tools/install.sh"
53-
- source <(curl -SLs https://raw.githubusercontent.com/bakercp/ofxAddonScripts/${OF_BRANCH}/scripts/ci/tools/install.sh)
34+
- curl -SLsO https://raw.githubusercontent.com/bakercp/ofxAddonScripts/${OF_BRANCH}/scripts/ci/tools/install.sh
35+
- source install.sh
5436
install:
5537
- do_install
5638
script:
5739
- do_script
40+
5841
git:
5942
depth: 10

0 commit comments

Comments
 (0)