Skip to content

Commit

Permalink
chore: remove travis cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Sep 18, 2017
1 parent 9669c8d commit b8a0ee9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sudo: false
node_js:
- "7"

cache:
directories:
- node_modules
addons:
apt:
sources:
Expand Down
2 changes: 1 addition & 1 deletion build/build.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// tslint:disable:no-var-requires
import typescript from 'rollup-plugin-typescript'
const typescript = require('rollup-plugin-typescript')
const resolve = require('rollup-plugin-node-resolve')
const bublePlugin = require('rollup-plugin-buble')
const uglify = require('rollup-plugin-uglify')
Expand Down

0 comments on commit b8a0ee9

Please sign in to comment.