Update .travis.yml

This commit is contained in:
LetterJay
2017-02-12 09:19:03 -06:00
committed by GitHub
parent d2aa5dd6cf
commit e1ca343edd

View File

@@ -7,10 +7,12 @@ env:
- BYOND_MINOR="1346"
- NODE_VERSION="4"
- BUILD_TOOLS=false
- DM_MAPFILE=""
- BUILD_TESTING=false
- DM_MAPFILE="loadallmaps"
matrix:
- BUILD_TOOLS=true
- DM_MAPFILE="loadallmaps"
- BUILD_TESTING=true
- BUILD_TESTING=false
cache:
directories:
@@ -18,6 +20,7 @@ cache:
- $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}
addons:
apt:
packages:
@@ -27,8 +30,6 @@ addons:
- python
- python-pip
before_install:
install:
- tools/travis/install_build_tools.sh