Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
chore: lint du travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoubiana committed Feb 20, 2017
1 parent 5edb242 commit 9aa94a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -5,9 +5,11 @@ node_js:
matrix:
include:
- node_js: 'stable'
# faux positif http://lint.travis-ci.org/
env:
- SAUCELABS='1'
- COVERALLS='1'
# faux positif http://lint.travis-ci.org/
addons:
sauce_connect: true
branches:
Expand Down
Binary file modified dist/acte-0.0.18-dist.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"test": "gulp && gulp tests.coverage && gulp tests.karma",
"tasks": "gulp tasks > ~/Github/acte/gulp/README.md",
"atom.list": "apm list --installed --bare > ~/Github/acte/.atom.pkg",
"atom.preinstall": "rm -rf ~/.atom/packages/",
"atom.pre": "rm -rf ~/.atom/packages/",
"atom.install": "apm install --packages-file ~/Github/acte/.atom.pkg",
"delta": "gulp delta.scrap && gulp delta.csv && gulp delta.json && gulp delta.js && gulp delta.clean"
},
Expand Down

0 comments on commit 9aa94a9

Please sign in to comment.