Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
litefeel committed Mar 24, 2017
1 parent aef7882 commit 6a13dd3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: php
os:
- linux

# deploy master to svn truck
# env: DEPLOYMASTER=1

before_script:
- git clone -b 1.1 https://github.com/lite3/deploy2wp.git
- chmod -R +x deploy2wp/scripts
- deploy2wp/scripts/wp2md.sh README.md readme.txt to-wp

script:
- deploy2wp/scripts/deploy2wp.sh
- cat readme.txt

0 comments on commit 6a13dd3

Please sign in to comment.