Skip to content

Commit

Permalink
try to fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbj committed Dec 26, 2018
1 parent 2554be3 commit 0416e48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ before_cache:

matrix:
include:
- compiler: "ghc-8.6.2"
- compiler: "ghc-8.6.3"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.2], sources: [hvr-ghc]}}
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.3], sources: [hvr-ghc]}}
- compiler: "ghc-8.4.4"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.4.4], sources: [hvr-ghc]}}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/Data/ElfSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec = do
emptyContents <- runIO $ getBinaryFileContents "./testdata/empty"
tinyContents <- runIO $ getBinaryFileContents "./testdata/tiny"
bloatedContents <- runIO $ getBinaryFileContents "./testdata/bloated"
dynsymContents <- runIO $ getBinaryFileContents "./testdata/vdso.elf"
dynsymContents <- runIO $ getBinaryFileContents "./testdata/vdso"

let tinyElf = parseElf tinyContents
bloatedElf = parseElf bloatedContents
Expand Down

0 comments on commit 0416e48

Please sign in to comment.