We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc2e3f commit b1363c0Copy full SHA for b1363c0
_config/.travis.yml
@@ -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
@@ -0,0 +1,9 @@
+# wp-languages.github.io
+This is the static html for https://wp-languages.github.io. The site provides WordPress languages as composer packages.
+See [src](https://github.com/wp-languages/wp-languages.github.io) branch for source code.
+## License
8
+MIT
9
bin/travis-deploy-to-gh-pages.sh
@@ -1,5 +1,9 @@
#!/bin/bash
+# Copy templates into build branch
+cp _config/travis.yml _site/.travis.yml
+cp _config/README.md _site/README.md
# Open the build folder
cd _site
0 commit comments