Skip to content

Commit

Permalink
Merge pull request #351 from fedspendingtransparency/staging
Browse files Browse the repository at this point in the history
Staging -> Master
  • Loading branch information
Bray-Michael-bah authored Jul 26, 2017
2 parents 9b7d6bb + 1e00183 commit 1114692
Show file tree
Hide file tree
Showing 88 changed files with 1,228 additions and 1,013 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ public
GlobalConstants_dev.js
GlobalConstants_local.js
GlobalConstants_prod.js
src/js/GlobalConstants.js

# Ignore Jest Test Results
__tests__/test-results


# Ignore Nightwatch globals and results
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6.11.0
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
# latest in each series
- "4"
- "6"
# Need a C++ compiler
addons:
apt:
Expand All @@ -15,12 +15,11 @@ cache:
directories:
- node_modules
before_script:
- npm install -g gulp
- cp sampleGlobalConstants_dev.js GlobalConstants_dev.js
- cp sampleGlobalConstants_prod.js GlobalConstants_prod.js
script:
- gulp buildDev
- gulp lint
- jest --runInBand
- npm run dev
- npm run travis
after_success:
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < coverage/lcov.info
Expand Down
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM node:4

RUN npm install --global gulp
FROM node:6

RUN mkdir /node-workspace
COPY package.json /node-workspace
Expand All @@ -14,5 +12,3 @@ COPY . /node-workspace
VOLUME /node-workspace

RUN mkdir /test-results

CMD gulp
4 changes: 0 additions & 4 deletions criticalVersions.json

This file was deleted.

Loading

0 comments on commit 1114692

Please sign in to comment.