Conversation
|
the start script is just |
|
Hey @una and sorry for the delayed reply! |
|
Yeah definitely, I'm just trying to get some more context and learn a bit more about it 😄 I think this is definitely a good idea! |
|
Let me know if you need more information. I can also add some comments if that helps :) |
| @@ -0,0 +1,15 @@ | |||
| sudo: required | |||
There was a problem hiding this comment.
Good question! The Travis docs state that to compile NodeJS v4 or later a newer C++ compiler is needed.
That compiler is currently available in images that also allow sudo rights in your build.
So while we don't need sudo explicitly we need the build image that offers it.
Does that make sense?
Hey @una!
I took the liberty to add a .travis.yml mentioned in this issue #168
The current configuration runs
gulp lib-scssandgulp sass-linton Node versions 4, 5 and 6.Let me know if you need these configurations changed.
I'd also add a Gulp task that builds the site but doesn't use browser sync/ opens a browser. wdyt?