Browse Source

Fixed travis config for master

Lukas Metzger 6 years ago
parent
commit
160156dcb5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -28,9 +28,9 @@ deploy:
       script: .travis/deploy-snapshot.sh
       skip_cleanup: true
       on:
-        branch: dev
+        branch: master
     - provider: script
       script: .travis/deploy-release.sh
       skip_cleanup: true
       on:
-        tags: true
+        tags: true