Skip to content

Commit

Permalink
Revert "Check if using LuaJIT is a workaround for #35 on debian-amd64…
Browse files Browse the repository at this point in the history
… travis servers"

This reverts commit ebc3203.
  • Loading branch information
Jakob Ovrum committed Mar 15, 2014
1 parent cc9f4fe commit fc7f7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- DMD=dmd_${DMD_VER}-0_amd64.deb
- DUB_VER=0.9.21
- DUB=dub-${DUB_VER}-linux-x86_64
- sudo apt-get install libluajit-5.1-dev
- sudo apt-get install liblua5.1-0-dev
- wget http://downloads.dlang.org/releases/2014/${DMD}
- sudo dpkg -i ${DMD} || true
- sudo apt-get -y update
Expand Down
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sourcePaths": ["luad"],
"importPaths": ["."],

"libs-posix": ["luajit-5.1"],
"libs-posix": ["lua5.1"],
"libs-windows-x86_64-dmd": ["lua5.1"],
"sourceFiles-windows-x86-dmd": ["extlib/lua5.1.lib"]
}

0 comments on commit fc7f7e3

Please sign in to comment.