Skip to content

Commit

Permalink
Give 1.14 its own docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Mar 30, 2018
1 parent cfceec1 commit ae332bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -12,22 +12,22 @@ cache:
matrix:
include:
- compiler: clang
env: TOOL=scons CXXSTD=11 NLS=true LTS=1604 BRANCH=master
env: TOOL=scons CXXSTD=11 NLS=true LTS=1604 BRANCH=1.14

- compiler: gcc
env: TOOL=scons CXXSTD=14 NLS=false LTS=1604 BRANCH=master
env: TOOL=scons CXXSTD=14 NLS=false LTS=1604 BRANCH=1.14

- compiler: gcc
env: TOOL=scons CXXSTD=11 NLS=false LTS=1604 BRANCH=master OPT=-O0
env: TOOL=scons CXXSTD=11 NLS=false LTS=1604 BRANCH=1.14 OPT=-O0

- compiler: gcc
env: TOOL=cmake CXXSTD=11 NLS=false LTS=1604 BRANCH=master
env: TOOL=cmake CXXSTD=11 NLS=false LTS=1604 BRANCH=1.14

- compiler: clang
env: TOOL=scons CXXSTD=11 NLS=false LTS=1604 BRANCH=master OPT=-O0
env: TOOL=scons CXXSTD=11 NLS=false LTS=1604 BRANCH=1.14 OPT=-O0

- compiler: clang
env: TOOL=cmake CXXSTD=11 NLS=false LTS=1604 BRANCH=master
env: TOOL=cmake CXXSTD=11 NLS=false LTS=1604 BRANCH=1.14

- os: osx
compiler: clang
Expand Down
File renamed without changes.
@@ -1,4 +1,4 @@
FROM wesnoth/wesnoth:1604-master
FROM wesnoth/wesnoth:1604-1.14

COPY ./ /home/wesnoth-travis/

Expand Down

0 comments on commit ae332bf

Please sign in to comment.