Browse Source

Finish cleaning up build

Steven Silvester 9 years ago
parent
commit
f12c67f7e5
2 changed files with 3 additions and 10 deletions
  1. 1 3
      package.json
  2. 2 7
      scripts/travis_install.sh

+ 1 - 3
package.json

@@ -27,18 +27,16 @@
     "karma-ie-launcher": "^0.2.0",
     "karma-mocha": "^0.2.0",
     "karma-mocha-reporter": "^1.1.1",
-    "karma-webpack": "^1.7.0",
     "mocha": "^2.2.5",
     "rimraf": "^2.4.2",
     "style-loader": "^0.13.0",
-    "ts-loader": "^0.7.2",
     "typedoc": "^0.3.11",
     "typescript": "^1.6.2",
     "webpack": "^1.12.9"
   },
   "scripts": {
+    "clean": "rimraf docs && rimraf lib && rimraf test/build",
     "clean:example": "rimraf example/build",
-    "clean": "rimraf docs/api && rimraf lib && rimraf test/coverage",
     "build:example": "tsc --project example/src && webpack --config example/webpack.conf.js",
     "build:src": "tsc --project src && node scripts/copycss.js",
     "build:test": "tsc --project test/src && webpack --config test/webpack.conf.js",

+ 2 - 7
scripts/travis_install.sh

@@ -7,13 +7,8 @@ hash -r
 conda config --set always_yes yes --set changeps1 no
 conda update -q conda
 conda info -a
-
-# install development version of notebook
-# https://github.com/jupyter/notebook/blob/master/.travis.yml
-git clone https://github.com/jupyter/notebook notebook-dev
-cd notebook-dev
-git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
-pip install -f travis-wheels/wheelhouse .
+conda install jupyter
+pip install -U notebook
 
 # create jupyter base dir (needed for config retreival)
 mkdir ~/.jupyter