Skip to content

Commit

Permalink
Merge pull request #1 from GoogleCloudPlatform/travis
Browse files Browse the repository at this point in the history
Add Travis configuration.
  • Loading branch information
tswast committed Mar 4, 2016
2 parents f8b4964 + 7d5661d commit 750e456
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2016 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
language: java
jdk:
- oraclejdk7
- oraclejdk8
script: mvn verify
after_success:
- mvn clean cobertura:cobertura coveralls:report
branches:
only:
- master

0 comments on commit 750e456

Please sign in to comment.