Skip to content

Commit

Permalink
fixed typo in Eclipse platform configuration for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
darxriggs committed Jan 5, 2014
1 parent c65a987 commit d5d4b3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,8 +1,8 @@
language: groovy
env:
- MAVEN_PROFILE=platfom-helios
- MAVEN_PROFILE=platfom-indigo
- MAVEN_PROFILE=platfom-juno
- MAVEN_PROFILE=platfom-kepler
- MAVEN_PROFILE=platform-helios
- MAVEN_PROFILE=platform-indigo
- MAVEN_PROFILE=platform-juno
- MAVEN_PROFILE=platform-kepler
install: mvn install -DskipTests=true -P $MAVEN_PROFILE -B
script: mvn verify -P $MAVEN_PROFILE -B

0 comments on commit d5d4b3e

Please sign in to comment.