Skip to content

Commit

Permalink
Use space for travis yaml file (#312)
Browse files Browse the repository at this point in the history
* Use space for travis yaml file

Use space for indentation in `.travis.yml` to have valid YAML file.

* Fix travis in generator template
  • Loading branch information
cherifGsoul committed Jan 6, 2020
1 parent 2371882 commit c66f98f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion generator/templates/static/.travis.yml
@@ -1,2 +1,5 @@
language: node_js
node_js: "node"
node_js: "node"
dist: xenial
services:
- xvfb
2 changes: 1 addition & 1 deletion plugin/templates/static/.travis.yml
Expand Up @@ -2,4 +2,4 @@ language: node_js
node_js: node
dist: xenial
services:
- xvfb
- xvfb

0 comments on commit c66f98f

Please sign in to comment.