From eaba2f3a3d211688bf92953c47406aa6ef5ca742 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Sat, 27 Feb 2016 06:15:32 -0500 Subject: [PATCH] Removed some redundant dependencies from travis build --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c01990ad396..fa97f3e9b86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ #pretending we're C because otherwise ruby will initialize, even with "language: dm". -language: c +language: generic sudo: false env: - global: + global: - BYOND_MAJOR="509" - BYOND_MINOR="1315" - matrix: + matrix: - DM_MAPFILE="cyberiad" - DM_MAPFILE="metastation" - DM_MAPFILE="test_away_missions" @@ -21,8 +21,6 @@ addons: - libc6-i386 - libgcc1:i386 - libstdc++6:i386 - - python - - python-pip install: - pip install --user PyYaml -q