Skip to content

Commit

Permalink
fix(travis): fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrokuan committed Apr 13, 2019
1 parent 3a3fcba commit 9ad39f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
use nix -p nodejs
layout node
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
Expand All @@ -13,7 +10,7 @@ jobs:
- stage: release
node_js: lts/*
# Advanced: optionally overwrite your default `script` step to skip the tests
# script: skip
script: skip
deploy:
provider: script
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ git clone https://github.com/jethrokuan/sharedb-ace.git
#+END_SRC

#+BEGIN_SRC sh
cd sharedb-ace && yarn install
cd sharedb-ace && npm install
#+END_SRC

*** Generating JS Docs
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
"build": "npm run build:npm && npm run build:dist",
"build:npm": "babel source --presets babel-preset-latest --out-dir distribution",
"build:dist": "webpack",
"watch": "npm run build",
"test": "echo 'doing nothing'",
"lint": "eslint source",
"docs": "jsdoc source/*.js -d ./docs/",
"prepublish": "npm run build",
"docs": "jsdoc source/*.js -d ./docs/"
},
"precommit": {
"run": [
Expand Down

0 comments on commit 9ad39f4

Please sign in to comment.