Skip to content

Commit c1af2b5

Browse files
committed
build only master branch, force travis to push HEAD on master
1 parent ee536c3 commit c1af2b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: node_js
22
node_js:
33
- "node"
4+
branches:
5+
only:
6+
- master
47
install: npm install
58
before_script:
69
- git config --global user.email "[email protected]"
@@ -11,7 +14,7 @@ after_success:
1114
- echo "https://${GH_TOKEN}:@github.com" > .git/credentials
1215
- git add .
1316
- git commit -m "updating generated plugins data"
14-
- git push origin master
17+
- git push origin HEAD:master
1518
env:
1619
global:
1720
secure: FmaHmw5+ARBqzg3Vlp3/BV/WVD3z54ZtlT+ksZv+ASC2HpMcDp4bd6BD5vLLHBmpimKDKChDuYsGdj6IR1Q04rK2xy3WyEntyT8rjqnB0AmQIzvybcCi2rgzDrZUxNnCeGtziNWg7ixumeFe9m0MUQ0Rn762vMT70aEz9wChZym6quWJSomkTUCBfMNhcmxjSCkQAySwZztKUaKMoPXSMcGuYyn9I87g3ToD64HjxqaVRQJg+ZlahcGbn/E0NHtva92HogFAtn1AjQhlgmy1d9KnUJIds9je1G1YAoaDXB83iOTxIdKdUVWXTAYzG/KsVQC7s/QBgox2IYURoyK9mbrl6+YbURe0yI2pN7oqqlLjpifTcYLKPXOo2b0lHA6mWVittmbdA7+qdC4miGLxIGWgYKt7DexJ/NOUOj4xEa5A8+Hkg7nkXKI6vTOfJ694KLZfVkbXuqblEee1MCv4DhGcka3DUkaL61mVJMxKr2v+bneO/sWLlpwmN0C1aE6nJNQga5kWZHJ01xrUVlbSX3fdHomjvZ6vueRHMr2Z6MJmrPZiZt++VVvVeVPP6Rd8sneB7ikTBKMGi9Mhbv7DTi4tfEZ9YmfxDuQVrNyOYJDHC9ycer0ixRVGGM6eonYyym9EcuZNK8rZq63+PMYuEpCSWc7h7Ti4YyMmFKNwED4=

0 commit comments

Comments
 (0)