Skip to content

Commit

Permalink
bad copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Jan 15, 2015
1 parent a09580f commit 58eab3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ before_install:
- ln -s $TRAVIS_BUILD_DIR sites/all/modules/islandora_pdfjs
- drush en --yes islandora_pdfjs
script:
- ant -buildfile sites/all/modules/islandora_videojs/build.xml lint
- ant -buildfile sites/all/modules/islandora_pdfjs/build.xml lint
- $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/islandora_pdfjs
- drush coder-review --reviews=production,security,style,i18n,potx,sniffer islandora_pdfjs
- phpcpd --names *.module,*.inc,*.test sites/all/modules/islandora_pdfjs
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -78,7 +78,7 @@

<target name="test">
<exec executable="drush">
<arg line="test-run --xml=${basedir}/build/test 'Islandora video.js Viewer'" />
<arg line="test-run --xml=${basedir}/build/test 'Islandora PDF.js Viewer'" />
</exec>
</target>

Expand Down

0 comments on commit 58eab3d

Please sign in to comment.