Garrett Johnson 5 лет назад
Родитель
Сommit
ed9b6a56e7
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -0,0 +1,8 @@
+language: node_js
+node_js:
+  - node
+before_install:
+  - cd javascript
+script:
+  - npm run lint
+  - npm test