Loading .travis.yml +4 −0 Original line number Diff line number Diff line Loading @@ -7,10 +7,14 @@ before_install: - npm install -g less install: - "make" - pip install coveralls script: - "make tests" - "make robot" - "make styles" - make coverage after_success: coveralls notifications: irc: channels: Loading Loading
.travis.yml +4 −0 Original line number Diff line number Diff line Loading @@ -7,10 +7,14 @@ before_install: - npm install -g less install: - "make" - pip install coveralls script: - "make tests" - "make robot" - "make styles" - make coverage after_success: coveralls notifications: irc: channels: Loading