Skip to content

Commit

Permalink
Update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
kjudson committed Feb 5, 2019
1 parent 3943a92 commit 332f78e
Show file tree
Hide file tree
Showing 3 changed files with 673 additions and 1,068 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,8 +1,11 @@
language: node_js
node_js:
- "node"
- "8"
before_install:
- npm i -g npm@5.3.8
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
install: npm install
script: npm test
script: npm test --silent
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# ThemeShift

[![Build Status](https://travis-ci.org/kjudson/vscode-themeshift.svg?branch=master)](https://travis-ci.org/kjudson/vscode-themeshift)

During the day, schedule a lighter, brighter theme. After the sun goes down, set a darker theme.

Configurations you'll want to amend:
Expand Down

0 comments on commit 332f78e

Please sign in to comment.