Skip to content

Commit b1363c0

Browse files
committed
Add readme and .travis.yml into master build branch
1 parent 6bc2e3f commit b1363c0

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

_config/.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: php
2+
sudo: false
3+
4+
# Black builds from this branch
5+
branches:
6+
except:
7+
- master

_config/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# wp-languages.github.io
2+
3+
This is the static html for https://wp-languages.github.io. The site provides WordPress languages as composer packages.
4+
5+
See [src](https://github.com/wp-languages/wp-languages.github.io) branch for source code.
6+
7+
## License
8+
MIT
9+

bin/travis-deploy-to-gh-pages.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22

3+
# Copy templates into build branch
4+
cp _config/travis.yml _site/.travis.yml
5+
cp _config/README.md _site/README.md
6+
37
# Open the build folder
48
cd _site
59

0 commit comments

Comments
 (0)