Commit 32e4cc0c authored by Richard Levitte's avatar Richard Levitte
Browse files

Travis - the source directory is _srcdist, not _srcdir

parent c5798e0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ before_script:
          srcdir=.;
          cd _srcdist;
      else
          srcdir=../_srcdir;
          srcdir=../_srcdist;
          mkdir _build;
          cd _build;
          if which ccache >/dev/null; then