Browse Source

Initiating a CI pipeline

Julien Deswaef 6 years ago
parent
commit
3530ea87dc
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .travis.yml

+ 10 - 0
.travis.yml

@@ -0,0 +1,10 @@
+language:
+  - ruby
+  - node_js
+
+install:
+  - bundle install
+  - npm install
+
+script:
+  - npm run build