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 16:24:15 UTC

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

etr2460 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_r307816642
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -66,22 +66,22 @@ jobs:
       python: 3.6
       env: TOXENV=py36-postgres
       services:
-        - postgres
+        - postgresql
         - redis-server
       before_script:
         - psql -U postgres -c "CREATE DATABASE superset;"
         - psql -U postgres -c "CREATE USER postgresuser WITH PASSWORD 'pguserpassword';"
     - language: python
       python: 3.6
       env: TOXENV=pylint
-    - language: python
+    - language: java
 
 Review comment:
   How was this even working before?

----------------------------------------------------------------
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