Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update to terra toolkit 2.2.0 and clean up the travis config. (#7)
Browse files Browse the repository at this point in the history
* Update to terra toolkit 2.2.0 and clean up the travis config.

* add terra png
  • Loading branch information
mjhenkes authored Nov 16, 2017
1 parent 73c25cf commit 809a6b1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
language: node_js
sudo: required
jdk: oraclejdk8
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
- oracle-java8-set-default
before_script:
- export TZ=America/Chicago
script:
- npm test
- npm run danger
Expand All @@ -19,6 +9,9 @@ branches:
cache:
directories:
- node_modules
before_install:
- docker pull selenium/standalone-chrome
- docker run -v /dev/shm:/dev/shm -e TZ=America/Chicago -d -p 4444:4444 selenium/standalone-chrome
before_deploy:
- lerna run --scope terra-framework-site compile:prod
deploy:
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Cerner Corporation

- Tyler Biethman [@tbiethman]
- Matt Henkes [@mjhenkes]

[@tbiethman]: https://github.com/tbiethman
[@mjhenkes]: https://github.com/mjhenkes
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ Components in beta stage may include breaking changes, new features, and bug fix

Please read through our [contributing guidelines](CONTRIBUTING.md). Included are directions for issue reporting and pull requests.

## Local Development

1. Install docker https://www.docker.com/ to run browser tests.
2. Install dependencies and run tests.
```sh
npm install
npm run test
```

## LICENSE

Copyright 2017 Cerner Innovation, Inc.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"stylelint": "~8.0.0",
"stylelint-config-sass-guidelines": "^3.0.0",
"stylelint-suitcss": "^1.0.0",
"terra-toolkit": "^2.1.0",
"terra-toolkit": "^2.2.0",
"webpack": "^3.6.0",
"webpack-dev-server": "2.7.1"
}
Expand Down
Binary file added terra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 809a6b1

Please sign in to comment.