You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/07/26 21:16:59 UTC

[GitHub] [incubator-superset] john-bodley commented on a change in pull request #7931: Fixing the build after travis upgraded Ubuntu

john-bodley commented on a change in pull request #7931:  Fixing the build after travis upgraded Ubuntu
URL: https://github.com/apache/incubator-superset/pull/7931#discussion_r307912570
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -16,6 +16,16 @@
 #
 jobs:
   include:
+    - language: java
+      python: 3.6
+      env:
+        - TOXENV=license-check
+        - TRAVIS_CACHE=$HOME/.travis_cache/
+      jdk:
+        - openjdk8
+      install:
+        - sudo pip install --upgrade pip
+        - sudo pip install codecov tox
 
 Review comment:
   I don't think `codecov` is needed here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org