Skip to content

Commit d946dc5

Browse files
committed
specify node as nodejs version for travis-ci
1 parent 2668d46 commit d946dc5

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.travis.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
language: node_js
2+
node_js:
3+
- "node"
24
install: npm install
35
before_script:
4-
- git config --global user.email "[email protected]"
5-
- git config --global user.name "GitbucketPlugins CI Agent"
6+
- git config --global user.email "[email protected]"
7+
- git config --global user.name "GitbucketPlugins CI Agent"
68
script: node index.js
79
after_success:
8-
- git config credential.helper "store --file=.git/credentials"
9-
- echo "https://${GH_TOKEN}:@github.com" > .git/credentials
10-
- git add .
11-
- git commit -m "updating generated plugins data"
12-
- git push origin master
10+
- git config credential.helper "store --file=.git/credentials"
11+
- echo "https://${GH_TOKEN}:@github.com" > .git/credentials
12+
- git add .
13+
- git commit -m "updating generated plugins data"
14+
- git push origin master
1315
env:
1416
global:
1517
secure: FmaHmw5+ARBqzg3Vlp3/BV/WVD3z54ZtlT+ksZv+ASC2HpMcDp4bd6BD5vLLHBmpimKDKChDuYsGdj6IR1Q04rK2xy3WyEntyT8rjqnB0AmQIzvybcCi2rgzDrZUxNnCeGtziNWg7ixumeFe9m0MUQ0Rn762vMT70aEz9wChZym6quWJSomkTUCBfMNhcmxjSCkQAySwZztKUaKMoPXSMcGuYyn9I87g3ToD64HjxqaVRQJg+ZlahcGbn/E0NHtva92HogFAtn1AjQhlgmy1d9KnUJIds9je1G1YAoaDXB83iOTxIdKdUVWXTAYzG/KsVQC7s/QBgox2IYURoyK9mbrl6+YbURe0yI2pN7oqqlLjpifTcYLKPXOo2b0lHA6mWVittmbdA7+qdC4miGLxIGWgYKt7DexJ/NOUOj4xEa5A8+Hkg7nkXKI6vTOfJ694KLZfVkbXuqblEee1MCv4DhGcka3DUkaL61mVJMxKr2v+bneO/sWLlpwmN0C1aE6nJNQga5kWZHJ01xrUVlbSX3fdHomjvZ6vueRHMr2Z6MJmrPZiZt++VVvVeVPP6Rd8sneB7ikTBKMGi9Mhbv7DTi4tfEZ9YmfxDuQVrNyOYJDHC9ycer0ixRVGGM6eonYyym9EcuZNK8rZq63+PMYuEpCSWc7h7Ti4YyMmFKNwED4=

node_modules/node-yaml/package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)