Skip to content

Commit

Permalink
Script execution3
Browse files Browse the repository at this point in the history
  • Loading branch information
SujataDarekar committed Oct 26, 2017
1 parent 79e83e0 commit 5f5bc0b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: java
language:
- java
- ruby

version: 1.7
sudo: false
os: Windows10
Expand All @@ -16,6 +19,7 @@ services:
script:
- mvn compile
- mvn package
- mvn "com.tibco.plugins:bw6-maven-plugin:Demo"

#local_dir: "C:/ZipFIleCreation/Unzip/install1"

Expand All @@ -26,10 +30,4 @@ deploy:
- /home/travis/build/SujataDarekar/MavenPlugin/target/bw6-maven-plugin-1.2.2.jar
skip_cleanup: true
on:
tags: false

after_deploy:
- test.sh

test.sh:
echo "Hi"
tags: false

0 comments on commit 5f5bc0b

Please sign in to comment.