Skip to content

Commit

Permalink
Merge pull request #23 from GetShopTV/remove-useReferences-#21
Browse files Browse the repository at this point in the history
Remove useReferences from SchemaOptions
  • Loading branch information
fizruk committed Dec 18, 2015
2 parents d776474 + dd64c84 commit 0eb35c7
Show file tree
Hide file tree
Showing 7 changed files with 380 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install:
script:
- if [ -f configure.ac ]; then autoreconf -i; fi
- cabal configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
- cabal build # this builds all libraries and executables (including tests/benchmarks)
- cabal build --ghc-options="-O0" # this builds all libraries and executables (including tests/benchmarks)
- cabal test
- cabal check
- cabal sdist # tests that a source-distribution can be generated
Expand Down
Loading

0 comments on commit 0eb35c7

Please sign in to comment.