Skip to content

Commit

Permalink
feat(travis): add config file #1
Browse files Browse the repository at this point in the history
  • Loading branch information
rudywaltz committed Feb 26, 2019
1 parent 5ad5ce8 commit 25da190
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: node_js
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "tilos-client",
"description": "new client to tilos website",
"version": "0.0.1",
"engines": {
"node": "10.15.1"
},
"scripts": {
"dev": "sapper dev",
"build": "sapper build",
Expand Down

0 comments on commit 25da190

Please sign in to comment.