palantir / gulp-csslint-less-reporter

A console reporter for csslint that maps errors back to the original less files using less source maps.
MIT License
4 stars 3 forks source link

Added Travis CI config #2

Closed nmalaguti closed 9 years ago

nmalaguti commented 9 years ago

@jmcampanini @leeavital @zoubeiri @christinaforney Please review and +1 when ready.

leeavital commented 9 years ago

+1

jmcampanini commented 9 years ago

couple of questions:

  1. will it run the tests when it calls npm test
  2. does it publish?
  3. are running in containers on by default?
nmalaguti commented 9 years ago
  1. will it run the tests when it calls npm test

Yes, npm test runs gulp.

  1. does it publish?

No. I looked at the tslint .travis.yml and didn't see anything in there for publishing. I've emailed to get the credentials for manual publishing.

  1. are running in containers on by default?

I believe containers are the default unless you require sudo access. Looking at the travis run, we ran on containers.

jmcampanini commented 9 years ago

:+1: