diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-09-01 10:39:05 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-09-01 10:39:05 +0200 |
commit | 21b34d2ca14aadb055c353ca2964fa4cb577944e (patch) | |
tree | 6440344c052f0f2601c31c469acd7bb3ac80b2b2 /.travis.yml | |
parent | b6b565a3cf533e510e94ebef0543b94b0ba9d0d8 (diff) |
Fix wrong path in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index aaa8b3d..50b5d41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,4 +47,4 @@ script: - ./dist/build/cabal-helper-wrapper/cabal-helper-wrapper . dist "compiler-version" "entrypoints" "source-dirs" "ghc-options" "ghc-src-options" "ghc-pkg-options" "ghc-lang-options" - ./dist/build/spec/spec # At least try to compile with Cabal HEAD - - ghc -i -i/tmp/cabal/Cabal -i. ~/dev/hs/cabal-helper/CabalHelper/Main.hs -odir /tmp/cabal/Cabal -DCABAL_MAJOR=100 -DCABAL_MINOR=100 + - ghc -i -i/tmp/cabal/Cabal -i. CabalHelper/Main.hs -odir /tmp/cabal/Cabal -DCABAL_MAJOR=100 -DCABAL_MINOR=100 |