Browse Source

build(travis): remove unused g++ dependency (#8483)

redundant zeus upload stuff was also moved to after_script
0x6a6f7368 6 years ago
parent
commit
fc4f62d901
1 changed files with 3 additions and 13 deletions
  1. 3 13
      .travis.yml

+ 3 - 13
.travis.yml

@@ -19,10 +19,8 @@ cache:
 
 addons:
   apt:
-    sources:
-      - ubuntu-toolchain-r-test
+    update: true
     packages:
-      - g++-4.8
       - libxmlsec1-dev
   chrome: stable
 
@@ -32,7 +30,6 @@ env:
     - PIP_DISABLE_PIP_VERSION_CHECK=on
     - SENTRY_LIGHT_BUILD=1
     - SENTRY_SKIP_BACKEND_VALIDATION=1
-    - CXX=g++-4.8
     - SOUTH_TESTS_MIGRATE=1
     - DJANGO_VERSION=">=1.6.11,<1.7"
     - NODE_VERSION="8.9.1"
@@ -46,18 +43,11 @@ script:
 after_success:
   - pip install codecov
   - codecov -e TEST_SUITE
-  - npm install -g @zeus-ci/cli
-  - zeus upload -t "text/xml+xunit" junit.xml
-  - zeus upload -t "text/xml+xunit" jest.junit.xml
-  - zeus upload -t "text/xml+coverage" coverage.xml
-  - zeus upload -t "text/xml+coverage" coverage/cobertura-coverage.xml
-  - zeus upload -t "text/html+pytest" pytest.html
-  - zeus upload -t "text/plain+pycodestyle" flake8.pycodestyle.log
-  - zeus upload -t "text/xml+checkstyle" eslint.checkstyle.xml
-  - zeus upload -t "application/webpack-stats+json" webpack-stats.json
 
 after_failure:
   - dmesg | tail -n 100
+
+after_script:
   - npm install -g @zeus-ci/cli
   - zeus upload -t "text/xml+xunit" junit.xml
   - zeus upload -t "text/xml+xunit" jest.junit.xml