Skip to content

Commit

Permalink
Adds a generated project for testing non-babel projects
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Aug 30, 2017
1 parent bb9b8fd commit 0b023bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,19 @@ matrix:
after_script:
- greenkeeper-lockfile-upload
- node_js: '6'

- node_js: '8'
before_script:
- yarn build
- mkdir danger_blank_test
- cd danger_blank_test
- yarn init --yes
- yarn add file:..
- echo "" > dangerfile.js
- echo "Testing a blank Dangerfile on a fresh project"
- yarn danger -- run --text-only
- cd ..
- rm -rf danger_blank_test

script:
- yarn lint
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Master

- Adds a blank project generated in travis 8 to test no-babel or TS integration - orta
### 2.0.0-alpha.13

- Improve the error handling around the babel API - #357 - orta
Expand Down

0 comments on commit 0b023bc

Please sign in to comment.