Browse Source

fixing syntax errors

Sebastian Stenzel 7 years ago
parent
commit
7441f67b03
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -4,7 +4,7 @@ jdk:
 - oraclejdk9
 branches:
   except:
-    - continuous # To avoid infinite loops, as this tag is created by this Travis config
+  - continuous # To avoid infinite loops, as this tag is created by this Travis config
 cache:
   directories:
   - $HOME/.m2
@@ -46,7 +46,7 @@ before_deploy: |
   fi
   mvn -fmain/pom.xml -Prelease package -DskipTests
 deploy:
-  provider: releases # CONTINUOUS
+- provider: releases # CONTINUOUS
   prerelease: true
   api-key: $GITHUB_API_KEY
   tag_name: continuous