Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.travis.yml 267 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. ---
  2. language: node_js
  3. node_js:
  4. - "8"
  5. sudo: false
  6. dist: trusty
  7. addons:
  8. chrome: stable
  9. cache:
  10. directories:
  11. - $HOME/.npm
  12. env:
  13. global:
  14. # See https://git.io/vdao3 for details.
  15. - JOBS=1
  16. script:
  17. - npm run lint:hbs
  18. - npm run lint:js
  19. - npm test
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...