Using Travis-CI for client-side JavaScript libraries?

前端 未结 4 1694
耶瑟儿~
耶瑟儿~ 2020-12-23 14:04

I\'m not sure to use Travis-CI for my client-side JavaScript library or not, because it compiles with NodeJs on Travis-CI servers.

I want to know is this a good appr

4条回答
  •  时光说笑
    2020-12-23 14:16

    I found this example. Quite comprehensive!

    https://github.com/jonkemp/gulp-qunit

    run:

    npm install
    gulp test
    

    It also has tasks for lint watching files, coverage reports and more.

提交回复
热议问题