Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Merge 360c3fd into ce914d5
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy Chang committed Oct 24, 2018
2 parents ce914d5 + 360c3fd commit 7a0221d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 86 deletions.
27 changes: 17 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,33 @@ language: java
jdk:
- oraclejdk8
before_install:
- wget http://services.gradle.org/distributions/gradle-3.5-bin.zip
- wget https://github.com/github/hub/releases/download/v2.2.9/hub-linux-386-2.2.9.tgz
- shasum -a 256 -c ./sha256.txt
- unzip -qq gradle-3.5-bin.zip
- tar -xvzf hub-linux-386-2.2.9.tgz
- export GRADLE_HOME=$PWD/gradle-3.5
- export PATH=$GRADLE_HOME/bin:$PWD/hub-linux-386-2.2.9/bin/:$PATH
- gradle -v
- nvm install 8.9.4
- cd ./generator-liberty
- npm i -g makeshift && makeshift -r https://registry.npmjs.org
- npm i -g standard-version
install:
- npm install
before_script:
- cd /tmp
- wget http://services.gradle.org/distributions/gradle-3.5-bin.zip
- unzip -qq gradle-3.5-bin.zip
- export GRADLE_HOME=/tmp/gradle-3.5
- wget https://github.com/github/hub/releases/download/v2.5.1/hub-linux-386-2.5.1.tgz
- tar -xvzf hub-linux-386-2.5.1.tgz
- mv hub-linux-386-2.5.1 hub
- export PATH=$GRADLE_HOME/bin:/tmp/hub/bin:$PATH
- gradle -v
- git clone -b master https://github.com/ibm-developer/standard-npm-devops.git
- cd $TRAVIS_BUILD_DIR/generator-liberty
script:
- npm run lint
- npm test
- npm run testint
- npm run coveralls
- ../deploy.sh
- /tmp/standard-npm-devops/do_devops.sh
branches:
only:
- develop
- master
- develop
env:
- DEV_BRANCH=develop PROD_BRANCH=master DEVOPS_SCRIPT_DIR="/tmp/standard-npm-devops"
7 changes: 0 additions & 7 deletions config.sh

This file was deleted.

25 changes: 0 additions & 25 deletions deploy.sh

This file was deleted.

42 changes: 0 additions & 42 deletions prerelease.sh

This file was deleted.

2 changes: 0 additions & 2 deletions sha256.txt

This file was deleted.

0 comments on commit 7a0221d

Please sign in to comment.