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 f54ffcd commit b3940e9Copy full SHA for b3940e9
.travis.yml
@@ -1,4 +1,15 @@
1
language: ruby
2
-rvm: 2.4.1
3
-before_script: gem install awesome_bot
4
-script: awesome_bot --allow-redirect README.md
+node_js:
+ - 'node'
+rvm:
5
+ - 2.4.1
6
+env:
7
+ - TRAVIS_NODE_VERSION="12"
8
+install:
9
+ - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
10
+before_script:
11
+ - gem install awesome_bot
12
+ - npm install --global awesome-lint
13
+script:
14
+ - awesome-lint
15
+ - awesome_bot --allow-redirect README.md
0 commit comments