Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
0c7994c5
Commit
0c7994c5
authored
Apr 11, 2017
by
Ryan Baxter
Committed by
GitHub
Apr 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We no longer use travis so removing configuration
Fixes #1846.
parent
d412df58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
34 deletions
+0
-34
.travis.yml
.travis.yml
+0
-34
No files found.
.travis.yml
deleted
100644 → 0
View file @
d412df58
sudo
:
false
cache
:
directories
:
-
$HOME/.m2
language
:
java
jdk
:
-
oraclejdk8
services
:
-
rabbitmq
before_install
:
-
git config user.name "$GIT_NAME"
-
git config user.email "$GIT_EMAIL"
-
git config credential.helper "store --file=.git/credentials"
-
echo "https://$GH_TOKEN:@github.com" > .git/credentials
-
gem install asciidoctor
install
:
-
./mvnw install -P docs -q -U -DskipTests=true $MVN_LOCAL_OPTS
-
'
[
"${MVN_GOAL}"
==
"deploy"
]
&&
./docs/src/main/asciidoc/ghpages.sh
||
echo
"Not
updating
docs"'
script
:
-
'
./mvnw
-s
.settings.xml
$MVN_GOAL
$MVN_PROFILE
-nsu
$MVN_LOCAL_OPTS'
env
:
global
:
-
MVN_LOCAL_OPTS="-Dmaven.source.skip=true -Dmaven.javadoc.skip=true -Dmaven.test.redirectTestOutputToFile=true"
-
GIT_NAME="Dave Syer"
-
GIT_EMAIL=dsyer@pivotal.io
-
CI_DEPLOY_USERNAME=buildmaster
-
FEATURE_BRANCH=$(echo ${TRAVIS_BRANCH} | grep -q "^.*/.*$" && echo
true
|| echo
false
)
-
SPRING_CLOUD_BUILD=$(echo ${TRAVIS_REPO_SLUG} | grep -q "^spring-cloud/.*$" && echo
true
|| echo
false
)
-
MVN_GOAL=install
-
VERSION=$(mvn validate | grep Building | head -1 | sed -e 's/.* //')
-
MILESTONE=$(echo ${VERSION} | egrep 'M|RC' && echo
true
|| echo
false
)
-
MVN_PROFILE=$([ "${MILESTONE}" == "true" ] && echo -P milestone)
-
JAVA_OPTS="-Xmx1024m -XX:CICompilerCount=1 -XX:TieredStopAtLevel=1 -Djava.security.egd=file:/dev/./urandom"
-
secure
:
aeLXRC5oFSddwnZt1/7G2/OHr7jDbxz0ET7sej3I+eSbe3N5vbzQ6FC08es4l89l54ciXd90I1g2BMw7DTYKOO373FP78XPdAEbifJTU4DGd6fCELmoTtUPhjunBIk7E49hisPbv82892IYYA7qi/hzG548cPyZ1IgiJjq0NCsc=
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment