Skip to content

Commit 828e5a2

Browse files
authored
Merge pull request #134 from kabalin/fix-jsdoc-validation
Fix jsdoc validation issue in fixture plugin
2 parents d0a5965 + 2118e0c commit 828e5a2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ before_install:
3131
- cp -R tests/Fixture/moodle-local_ci ../moodle-local_ci
3232
- export PATH="$(cd bin; pwd):$(cd vendor/bin; pwd):$PATH"
3333
- export TRAVIS_BUILD_DIR=$(cd ../moodle-local_ci; pwd)
34+
- >
35+
if [ -n "$DOCKER_USER" ] && [ -n "$DOCKER_TOKEN" ]; then
36+
echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USER" --password-stdin
37+
echo "Using authenticated connection (no pull limits)"
38+
else
39+
echo "Using unauthenticated docker (pull limits may apply). Setup DOCKER_USER and DOCKER_TOKEN if needed."
40+
fi
3441
3542
install:
3643
- moodle-plugin-ci install -vvv

tests/Fixture/moodle-local_ci/amd/build/keys.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Fixture/moodle-local_ci/amd/src/keys.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*
1919
* @module local_ci/keys
2020
* @class keys
21-
* @package local_ci
2221
* @copyright 2015 Ryan Wyllie <[email protected]>
2322
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2423
* @since 3.1

0 commit comments

Comments
 (0)